-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Pathlib #212
Support Pathlib #212
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #212 +/- ##
==========================================
+ Coverage 85.53% 85.56% +0.03%
==========================================
Files 5 5
Lines 1182 1185 +3
Branches 291 292 +1
==========================================
+ Hits 1011 1014 +3
Misses 115 115
Partials 56 56 ☔ View full report in Codecov by Sentry. |
The coverage for the patch is 100%. We are good. |
Great! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Motivation
What was the reasoning behind this change? Please explain the changes briefly.
Fix #181
How to test the behavior?
Checklist
ruff
from the source directory.